CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - n queens

搜索资源列表

  1. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM

    0下载:
  2. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
  3. 所属分类:数值算法/人工智能

  1. nq

    0下载:
  2. 求N皇后问题回溯算法--Asks the N queens question recollection algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:1383
    • 提供者:
  1. N-Queens

    0下载:
  2. N-Queen solver written in java with excellent Graphical user interface.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4792
    • 提供者:sandeepan1986
  1. Fastn-Queens

    0下载:
  2. 快速 n—皇后 问题解决算法,是本人见过的代码中最快的,利用位操作-Fast n-Queens problem-solving algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:674764
    • 提供者:li
  1. n-queens

    1下载:
  2. 使用vc++实现数据结构中的n皇后问题的实现,使用递归算法完成此项操作基本比较简单-Using vc++ data structure, the realization of n-queens problem, using the basic recursive algorithm is relatively simple to complete this operation
  3. 所属分类:Data structs

    • 发布日期:2014-10-14
    • 文件大小:732
    • 提供者:jidean
  1. N-Queens

    0下载:
  2. 软件架构的N皇后问题,这个算法效率比较高-Software architecture of the N queens problem, this algorithm is more efficient
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1222360
    • 提供者:杜佳佳
  1. n-queens-graphical

    1下载:
  2. n-queens graphical,是算法分析与设计里N皇后的c+=代码,程序将问题进行了图形化-n-queens graphical
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-20
    • 文件大小:1092
    • 提供者:汪尔芳
  1. N-Queens

    0下载:
  2. pascal语言使用迭代法求解N皇后问题的源码-pascal language use iteration method to solve N-Queens problem code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:181866
    • 提供者:李毅
  1. N-Queens-Algorithm

    0下载:
  2. N皇后问题算法,N皇后问题是关于国际象棋的一个著名问题,本算法给出了其中一种解法-N Queens Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:92115
    • 提供者:duanyuxing
  1. N-Queens-problem

    0下载:
  2. N皇后问题回溯算法,算法质量高,参加ACM的同学,喜欢C算法的同学可以研究一下-N-Queens problem backtracking algorithm, the algorithm of high quality, to participate in the ACM students, students like C algorithm can be studied
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1126
    • 提供者:杨龙飞
  1. N-Queens

    0下载:
  2. PHP implementation of the N-Queens problem
  3. 所属分类:Other Games

    • 发布日期:2017-11-16
    • 文件大小:3129181
    • 提供者:hellsm0th89
  1. N-queens

    0下载:
  2. N皇后问题的所有解输出,代码简单易懂,且短小快速-N-queens problem all solutions of output, the code is easy to understand, and the short and fast
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:575
    • 提供者:郭涛
  1. N-queens-problem

    0下载:
  2. 利用c语言实现的高效N皇后问题,并输出计算时间。-Use c language to achieve efficient N queens problem, and outputs the computation time
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:560
    • 提供者:sj
  1. n-Queens-In-Matlab

    0下载:
  2. n-queens implementation in MATLAB
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:43695
    • 提供者:Akbar Siahi
  1. N-queens-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的经典问题。该问题是十九世纪著名的数学家高斯在1850年提出的:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法得到结论,有92中摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入。 -Eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:636
    • 提供者:林斌
  1. N-queens-problem

    0下载:
  2. N皇后问题,可以输入N的值,并输出每一种N的情况和步骤。-N queens problem, you can enter the value of N, and N outputs each situation and steps.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:98357
    • 提供者:李元月
  1. N-Queens

    0下载:
  2. 优化的N皇后算法,输入皇后的个数N,输出三个解,算法的时间复杂度为O(nlgn)-Optimized N queens algorithm, enter the number of the Queen N, output three solutions, the time complexity of the algorithm is O (nlgn)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:9980
    • 提供者:jbzh
  1. N-Queens

    0下载:
  2. 使用回溯法求N皇后问题,是又经典的8皇后问题延伸而来-Seeking N Queens backtracking law, it is another classic 8-queens problem extends from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1142
    • 提供者:李泽文
  1. N-queens-algorithm

    0下载:
  2. n皇后问题的BFS算法,算法简洁,作为初学者一看就懂,不过先看会BFS算法很重要,这比普通的动态规划速度要快很多-N queens problem BFS algorithm, the algorithm is simple, as a beginner to understand, but first look at the BFS algorithm is very important, which is much faster than the general dynamic planni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:12402
    • 提供者:黑所
  1. n皇后问题

    0下载:
  2. 递归回溯法求解并输出输出n皇后问题所有解法(n的取值不限)(Output all solutions to the N queens problem)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:5445632
    • 提供者:gxk
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com